feat(list-overrides): show per-package min_release_age in --details output#1100
feat(list-overrides): show per-package min_release_age in --details output#1100shifa-khan wants to merge 1 commit intopython-wheel-build:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✅ Files skipped from review due to trivial changes (2)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughThis PR implements support for displaying per-package Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
8a4e5ad to
303722f
Compare
303722f to
e9980bf
Compare
…utput Add a "Min Release Age (days)" column to `list-overrides --details` for all output formats (table, CSV, JSON). The column shows the per-package `resolver_dist.min_release_age` override value, or an empty string when the package inherits the global --min-release-age setting. Co-Authored-By: Claude <claude@anthropic.com> Closes: python-wheel-build#1079
e9980bf to
590fc2a
Compare
Add a "Min Release Age (days)" column to
list-overrides --detailsfor all output formats (table, CSV, JSON). The column shows the per-packageresolver_dist.min_release_ageoverride value, or an empty string when the package inherits the global --min-release-age setting.Closes: #1079